home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
scoobybigair.swf
/
scripts
/
DefineButton2_214
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
283 b
|
17 lines
on(release){
_global.vPaused = false;
if(_parent.jump2 == "--")
{
_parent.gotoAndPlay("Game");
}
else if(_parent.jump3 == "--")
{
_parent.gotoAndPlay("Game");
}
else
{
_parent.gotoAndStop("end");
}
gotoAndStop(1);
}